-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Api Cleanup #664
Api Cleanup #664
Conversation
halp @acrantel my lint seems to be broken😢 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for doing this!
what command did you run that formatted all the autogenerated files? if it was npm run format
or lint
then we'll need to update the ignores in eslintrc.js
and .prettierignore
. it should be fairly straightforward, just put the path to the autogenerated folder in the ignore lists
we shouldn't commit the format changes to the autogenerated files, here is a stackoverflow solution for how to remove them from your pr: https://stackoverflow.com/a/39460058
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! 🎉
Use functions for api, not static class methods 👍
Use functions for api, not static class methods 👍
Use functions for api, not static class methods 👍
Use functions for api, not static class methods 👍
Use functions for api, not static class methods 👍
🚀